home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56804 / 56804.xpi / chrome / skin / seostatus.css < prev    next >
Cascading Style Sheet File  |  2010-01-31  |  2KB  |  126 lines

  1.  
  2.  
  3. #SEOTB-Main {
  4.     list-style-image: url("chrome://seostatus/skin/spr.png");
  5. }
  6.  
  7. #SEOTB-Alexa-status {
  8.     list-style-image: url("chrome://seostatus/skin/pr/al5.png");
  9. }
  10. #SEOTB-PR-status {
  11.     list-style-image: url("chrome://seostatus/skin/pr/pr0.png");
  12. }
  13.  
  14.  
  15. #SEOTB-Combined-Value {
  16.     list-style-image: url("chrome://seostatus/skin/d5ollar.gif");
  17. }
  18. #SEOTB-Combined-Backlinks {
  19.     list-style-image: url("chrome://seostatus/skin/arrows.png");
  20. }
  21. #SEOTB-Combined-Whois {
  22.     list-style-image: url("chrome://seostatus/skin/web.png");
  23. }
  24. #SEOTB-Combined-DynamicDomain {
  25.     list-style-image: url("chrome://seostatus/skin/dynamicDomain.png");
  26. }
  27. #SEOTB-Combined-MultiPR {
  28.     list-style-image: url("chrome://seostatus/skin/multipr.gif");
  29. }
  30. #SEOTB-Combined-Dig {
  31.     list-style-image: url("chrome://seostatus/skin/servers.gif");
  32. }
  33. #SEOTB-ResizeBar {
  34.     background-image: url("chrome://seostatus/skin/gripper.png");
  35.     min-height: 22px;
  36.     max-height: 100%;
  37.     min-width: 3px;
  38. }
  39.  
  40. #SEOTB-ResizeSplitter {
  41.     background: transparent;
  42.     border: none !important;
  43.     
  44. }
  45.  
  46. #custom-button-1,
  47. #wrapper-custom-button-1
  48.   {list-style-image: url("chrome://seostatus/skin/seoButton.png");}
  49.  
  50. /* common style for all custom buttons */
  51. .custombutton                  
  52.   {-moz-image-region: rect( 0px 24px 24px  0px);}
  53.  
  54. .custombutton:hover     
  55.   {-moz-image-region: rect(24px 24px 48px  0px);}
  56.  
  57. [iconsize="small"] .custombutton
  58.   {-moz-image-region: rect( 0px 40px 16px 24px);}
  59.  
  60. [iconsize="small"] .custombutton:hover
  61.   {-moz-image-region: rect(24px 40px 40px 24px);}
  62.  
  63.  
  64. #stb-about-details
  65. {
  66.     background-color: -moz-Dialog;
  67.     color: #000000;
  68. }
  69.  
  70. #stb-about-dialog
  71. {
  72.     padding: 10px;
  73. }
  74.  
  75. #stb-about-separator
  76. {
  77.     margin-top: 0;
  78. }
  79.  
  80. .name
  81. {
  82.         font-family: verdana, sans-serif;
  83.         font-size: 16px;
  84.     font-weight: bold;
  85.     font-size: x-large;
  86.     color: blue;
  87. }
  88.  
  89. .name2
  90. {
  91.         font-family: verdana, sans-serif;
  92.         font-size: 16px;
  93.     font-weight: bold;
  94.     font-size: x-large;
  95.     color: green;
  96. }
  97.  
  98. .title
  99. {
  100.         font-family: verdana, sans-serif;
  101.         font-size: 11px;
  102.     font-weight: bold;
  103.     margin-bottom: 0;
  104.     padding-bottom: 0;
  105. }
  106.  
  107. .text
  108. {
  109.         font-family: verdana, sans-serif;
  110.         font-size: 11px;
  111. }
  112.  
  113. .url
  114. {
  115.         font-family: verdana, sans-serif;
  116.         font-size: 11px;
  117.     color: #0000ff;
  118.     cursor: pointer;
  119.     text-decoration: underline;
  120. }
  121.  
  122. .url:hover
  123. {
  124.     color: green;
  125. }
  126.